-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI shell customization #2445
base: main
Are you sure you want to change the base?
UI shell customization #2445
Conversation
contrastMode={appBackgroundContrastMode} | ||
sideNavBackgroundColor={ | ||
componentProps?.sideNavProps?.mainBackgroundColor || | ||
odysseyDesignTokens.HueNeutralWhite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opinion: should SideNav handle the fallback/default color internally rather than UiShell passing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No strong feelings on that one. I can move the default to the provider
efcf358
to
7e477fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
@@ -153,7 +155,7 @@ export type UiShellContentProps = { | |||
* If an error occurs, this will revert to only showing the app. | |||
*/ | |||
const UiShellContent = ({ | |||
appBackgroundContrastMode = "lowContrast", | |||
// appBackgroundContrastMode = "lowContrast", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: probably just want to remove this
REPLACE_WITH_JIRA_TICKET_NUMBER
Summary
Testing & Screenshots